home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
COMM
/
IBMCOM31
/
INTS.INC
< prev
Wrap
Text File
|
1988-12-30
|
214b
|
16 lines
{Include file INTS.INC. INLINE macros to disable and enable interrupts.}
PROCEDURE disable_interrupts;
INLINE
(
$FA {CLI}
);
PROCEDURE enable_interrupts;
INLINE
(
$FB {STI}
);